home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "Asi tak p{invalid_utf8=249}l hodiny";
- if(_root.menu.eng)
- {
- Text1 = "About thirty minutes, I think.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B)
- {
- Text2 = "Zdr{invalid_utf8=158}en{invalid_utf8=237}?";
- if(_root.menu.eng)
- {
- Text2 = "Delay? What are you talking about?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C)
- {
- Text3 = "Promi{invalid_utf8=242}te, to opravdu nev{invalid_utf8=237}m.";
- if(_root.menu.eng)
- {
- Text3 = "I really don\'t know. I\'m not from here.";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- if(B1D)
- {
- Text4 = "To v{invalid_utf8=237}te, ucpan{invalid_utf8=225} tryska ...";
- if(_root.menu.eng)
- {
- Text4 = "You know, a plugged jet...";
- }
- }
- else
- {
- Text4 = "";
- setProperty("But4", _visible, false);
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B;
- But3.Enabled = B1C;
- But4.Enabled = B1D;
-